Html Css Color HEX #423B3E Barossa

📋 copy color: '#423B3E'

red 66 ◦ green 59 ◦ blue 62

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

Shades of Barossa #423B3E

Tints of Barossa #423B3E

RGB

 RED value IS 66 (26.17% from 255) = 35.29%

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 35.29%
G = 31.55%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#423B3E (or 0x423B3E) is known color: Barossa. HEX triplet: 42, 3B and 3E. RGB value is (66,59,62). Sum of RGB (Red+Green+Blue) = 66+59+62=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #423B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B3E is #BDC4C1. Grayscale: #3D3D3D. Windows color (decimal): -12436674 or 4078402. OLE color: 4078402.

HSL color Cylindrical-coordinate representation of color #423B3E: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423B3E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 59 62 -
CMYK 0 0.11 0.06 0.74
HSL 334.29º 0.06% 0.25% -
HSV(B) 334.29º 0.11% 0.26% -
XYZ 4.68 4.63 5.21 -
YUV 61.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 66 59 62 0 0.11 0.06 0.74 334.29 0.06 0.25
Hex 42 3B 3E 0 B 6 4A 14E 6 19
Octal 102 73 76 0 13 6 112 516 6 31
Binary 1000010 111011 111110 0 1011 110 1001010 101001110 110 11001

Color Harmonies of #423B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B3E

Black with #423B3E

Text Example


Text Example

White with #423B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423B3E; }

 p { color: rgb(66,59,62); }

 H1.HeaderClassName
 {
   color: #423B3E;
 }
 .AnyTagClassName
 {
   color: #423B3E;
 }
</style>

background-color css

<style>
 a { background-color: #423B3E; }

 a { background-color: rgb(66,59,62); }

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

border-color css

<style>
 span { border-color: #423B3E; }

 span { border-color: rgb(66,59,62); }

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