Html Css Color HEX #433A3D Barossa

📋 copy color: '#433A3D'

red 67 ◦ green 58 ◦ blue 61

#433A3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #433A3D

Tints of Barossa #433A3D

RGB

 RED value IS 67 (26.56% from 255) = 36.02%

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 36.02%
G = 31.18%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#433A3D (or 0x433A3D) is known color: Barossa. HEX triplet: 43, 3A and 3D. RGB value is (67,58,61). Sum of RGB (Red+Green+Blue) = 67+58+61=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 67 - color contains mainly: red. Hex color #433A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433A3D is #BCC5C2. Grayscale: #3D3D3D. Windows color (decimal): -12371395 or 4012611. OLE color: 4012611.

HSL color Cylindrical-coordinate representation of color #433A3D: hue angle of 340º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #433A3D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 58 61 -
CMYK 0 0.13 0.09 0.74
HSL 340º 0.07% 0.25% -
HSV(B) 340º 0.13% 0.26% -
XYZ 4.67 4.56 5.05 -
YUV 61.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 67 58 61 0 0.13 0.09 0.74 340 0.07 0.25
Hex 43 3A 3D 0 D 9 4A 154 7 19
Octal 103 72 75 0 15 11 112 524 7 31
Binary 1000011 111010 111101 0 1101 1001 1001010 101010100 111 11001

Color Harmonies of #433A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433A3D

Black with #433A3D

Text Example


Text Example

White with #433A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433A3D; }

 p { color: rgb(67,58,61); }

 H1.HeaderClassName
 {
   color: #433A3D;
 }
 .AnyTagClassName
 {
   color: #433A3D;
 }
</style>

background-color css

<style>
 a { background-color: #433A3D; }

 a { background-color: rgb(67,58,61); }

 div.DivClassName
 {
   background-color: #433A3D;
 }
 .BgClassName
 {
   background-color: #433A3D;
 }
</style>

border-color css

<style>
 span { border-color: #433A3D; }

 span { border-color: rgb(67,58,61); }

 td.TdClassName
 {
   border-color: #433A3D;
 }
 .TagClassName
 {
   border-color: #433A3D;
 }
</style>